go/build.Context.matchFile (method)

3 uses

	go/build (current package)
		build.go#L848: 		info, err := ctxt.matchFile(p.Dir, name, allTags, &p.BinaryOnly, fset)
		build.go#L1355: 	info, err := ctxt.matchFile(dir, name, nil, nil, nil)
		build.go#L1396: func (ctxt *Context) matchFile(dir, name string, allTags map[string]bool, binaryOnly *bool, fset *token.FileSet) (*fileInfo, error) {